ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet Namespace / Row Class / Row Constructor / Row Constructor(Object[])
The cells data.

In This Topic
    Row Constructor(Object[])
    In This Topic
    Create a new Row with cells data.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ParamArray values() As Object _
    )
    public Row( 
       params object[] values
    )

    Parameters

    values
    The cells data.
    See Also